# Python ungleich und gleich zahl = 7 # a variable zahl == 7 # True zahl != 6 # True zahl != 7 # False